home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-04-12 | 563 b | 20 lines | [TEXT/R*ch] |
- /* Definitions of all the plan types in Xconq.
- Copyright (C) 1993, 1994, 1995 Stanley T. Shebs.
-
- Xconq is free software; you can redistribute it and/or modify
- it under the terms of the GNU General Public License as published by
- the Free Software Foundation; either version 2, or (at your option)
- any later version. See the file COPYING. */
-
- DEF_PLAN("none", PLAN_NONE)
-
- DEF_PLAN("passive", PLAN_PASSIVE)
-
- DEF_PLAN("defensive", PLAN_DEFENSIVE)
-
- DEF_PLAN("exploratory", PLAN_EXPLORATORY)
-
- DEF_PLAN("offensive", PLAN_OFFENSIVE)
-
- DEF_PLAN("random", PLAN_RANDOM)
-